home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / aids / filebudy / readme < prev    next >
Text File  |  1995-03-13  |  5KB  |  162 lines

  1. Upgrading FileBUDDY From Previous Versions
  2. ==========================================
  3.  
  4. If you are presently using FileBUDDY, please make sure to upgrade
  5. FileBUDDY with the installation program (ie. INSTALL.EXE) since your
  6. existing FBUDDY.INI file may need to be modified.
  7.  
  8. If for some reason you do not want to use the installation program,
  9. make the following manual changes to your FBUDDY.INI file:
  10.  
  11.  
  12. Upgrading from v3.11 to v3.12
  13. -----------------------------
  14.  
  15. >> In the FBUDDY.INI file, change 'Version=3.11' to 'Version=3.12'.
  16.  
  17.  
  18. Upgrading from v3.10 to v3.11
  19. -----------------------------  
  20.  
  21. >> In the FBUDDY.INI file, change 'Version=3.10' to 'Version=3.11'.
  22.  
  23.  
  24. Upgrading from v3.03 to v3.10
  25. -----------------------------
  26.  
  27. >> Under [INITIALIZATION] add the following line:
  28.  
  29.         Version=3.10
  30.  
  31. >> Under [SWAP] add the following line:
  32.  
  33.         SwapWhenImage=1
  34.  
  35.         This is now needed to make more room in conventional memory for 
  36.         FBUDDYI.EXE to run.
  37.  
  38. >> Under [ARCHIVE] add the following line:
  39.  
  40.         ResetArchivePW=YES
  41.  
  42. >> Under [IMAGE] do the following:
  43.  
  44.         1.  Delete the 'VRam1024' parameter.
  45.         2.  Add the line 'Image1BitFormat=2'.
  46.         3.  Add the line 'ImagePrinter=#' where # is:
  47.  
  48.                  0 = HP LaserJet (or compatible)
  49.                  1 = Epson 24-pin dot-matrix (or compatible)
  50.                  2 = HP DeskJet 500c (or compatible)
  51.  
  52.         4.  Subtract 1 from your 'ImagePrtMode' value.
  53.         5.  Change 'ImageSize' value to 7500.
  54.         6.  Change 'ImageColumn' to 400
  55.         7.  Change 'ImageRow' to 0.
  56.      
  57.         Feel free to change 5, 6, 7 to whatever you want as per
  58.         the documentation.
  59.  
  60. >>  Please note that you can now use "TRUE" or "YES" for "1"
  61.     or "FALSE" or "NO" for "0".
  62.  
  63. >>  For those interested in running FileBUDDY under Windows, I've
  64.     included a PIF file (FBUDDY.PIF) and icon (FBUDDY.ICO).  They
  65.     can be installed from the Windows Program Manager as follows:
  66.  
  67.          1.  Press ALT+N and select "Program Item".
  68.          2.  Enter "FileBUDDY" for the description.  (ALT+D)
  69.          3.  Press ALT+C and enter "FBUDDY.PIF" and its path. 
  70.          4.  Now press ALT+I and enter "FBUDDY.ICO" and its path.
  71.          5.  Select OK.
  72.          6.  Select OK one more time.
  73.  
  74.  
  75. Upgrading from v3.02 to v3.03
  76. -----------------------------
  77.  
  78. >>  No changes to the FBUDDY.INI file.
  79.  
  80.  
  81. Upgrading from v3.00-v3.01 to v3.02
  82. -----------------------------------
  83.  
  84. >>  Delete the "MoveFiles" parameter from your FBUDDY.INI file.  The
  85.     parameter is no longer needed as you are now prompted for this 
  86.     before archiving files.
  87.  
  88.  
  89. Upgrading From v2.00-v2.02 To v3.00-v3.01 
  90. -----------------------------------------
  91.  
  92. >> After the "[INITIALIZATION]" parameters, add the following
  93.    three lines:
  94.  
  95.         [DEFINE]
  96.         OtherArcExt=   
  97.         FileEOLChar=  
  98.  
  99.    Note: The "ArcDefault" parameter located under [PATHS] has been
  100.    renamed to "OtherArcExt".  Place the renamed version under
  101.    the [DEFINE] heading.  If "ArcDefault" has any assignments,
  102.    they should be modified from this format:
  103.         
  104.         ArcDefault=LZH:QWK,BAK,DIF
  105.  
  106.    to the following format:
  107.  
  108.         OtherArcExt=LZH:QWK,LZH:BAK,LZH:DIF
  109.  
  110. >> After the "[PATHS]" parameters, add the following seven lines:
  111.  
  112.         [ARCHIVE]
  113.         Compression=1
  114.         SFXModel=2
  115.         MoveFiles=0
  116.  
  117.         [DBF]
  118.         DBFPackBackup=1
  119.  
  120. >> If you are using PKZIP as one of your archivers, please change
  121.    the archiver name from PKUNZIP.EXE to PKZIP.EXE in your ZIP
  122.    parameter assignment.
  123.  
  124.  
  125. Upgrading From v1.00-v1.01 To v2.00-2.02
  126. ----------------------------------------
  127.  
  128. >> Please add the following changes:
  129.  
  130.         1.  Insert "TabSpaces=8" after "MouseLBSS".  (This parameter does
  131.             not need to be added if a default of 8 spaces for the TAB
  132.             character is satisfactory.)
  133.  
  134.         2.  Insert "ExitOnEsc=1" after "TabSpaces=8".
  135.  
  136.         3.  Insert "ArcDefault=" after "Editor"
  137.  
  138.         4.  Insert "SlideShowPause=10" after "VRam1024".
  139.  
  140.         5.  Insert "ImageRestore=0" after "SlideShowPause"
  141.  
  142.         6.  Insert "ImageCsrRes=100" after "ImageRestore".
  143.  
  144.         7.  Increment whatever the value of "ImagePrtMode" is by ONE.
  145.  
  146.         8.  Delete parameter "ImageOrient".
  147.  
  148.  
  149. That's it.  If you run into any problems, please let me know.
  150.  
  151.  
  152. Note
  153. ----
  154.  
  155. >> Although it may appear that the order and case of FBUDDY.INI's
  156.    parameters are important, they are NOT.  However, don't delete
  157.    the headers (ie. "[ARCHIVE]") if you plan to upgrade to future
  158.    versions of FileBUDDY using the installation program.
  159.  
  160.  
  161. Happy viewing!
  162.